Skip to main content
POST
Upload site logo

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

multipart/form-data
file
file
required

Logo file to use.

Response

FileUploadResult · object | null

Successful Response

the result of a file upload operation.

file_path
string
required

The full path where the file is saved on the server.

url
string
required

The URL where the uploaded file can be accessed.

thumb_path
string | null

The full path were the thumbnail is saved on the server.

thumb_url
string | null

The URL where the uploaded thumbnail can be accessed.